-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: microdnf update #721
fix: microdnf update #721
Conversation
Signed-off-by: Miaha Cybersec <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #721 +/- ##
=======================================
Coverage 34.22% 34.22%
=======================================
Files 18 18
Lines 1578 1578
=======================================
Hits 540 540
Misses 1007 1007
Partials 31 31 ☔ View full report in Codecov by Sentry. |
is there a test we can add for microdnf? |
@MiahaCybersec we can add |
Signed-off-by: Miaha Cybersec <[email protected]>
Signed-off-by: Miaha Cybersec <[email protected]>
It looks like the failing test is due to a custom network configuration integration test which failed to pull the Docker image |
@MiahaCybersec sometimes the connection is flakey. I re-ran and the test passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Microdnf was missing
-y
and was not updating correctly.Closes #714